home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / lync20.zip / HISTORY.DOC < prev    next >
Text File  |  1991-03-23  |  12KB  |  192 lines

  1. Lync 2.0 Compiled: March 23, 1991
  2.         - Lync wouldn't recognize DOS version 4 and would recreate CFG
  3.           files in the current directory.  This has been corrected so
  4.           Lync will now know where it's home directory is, as it does
  5.           for DOS version 3.x
  6.         - For DOS 2.x users, the enviroment variable "LYNC=" was not
  7.           being parsed correctly.  Because the old name "SIMTERM" is
  8.           three characters longer than "LYNC", the first three characters
  9.           of the desired path were being lost.  This has been corrected.
  10.         - The documentation also incorrectly specified that the pathname
  11.           after the "LYNC=" variable had to end with a backslash.  This
  12.           was left over from an older version of Simterm and is not
  13.           correct for Lync.  The docs now correctly state that you should
  14.           NOT end the path with a backslash.
  15.         - A string overrun problem has been corrected.  When connecting
  16.           to a system that would send data immediately upon connection,
  17.           Lync would trap that data as part of the "CONNECT" string.
  18.           This data could overrun the storage area and corrupt other
  19.           Lync data. ie. dialing directory, config data, etc.
  20.           Lync now limits the number of characters it will trap before
  21.           assuming it is a response string.
  22.         - Com parameters on status line were not being updated to reflect
  23.           changes after Dial and Options.  This has been corrected.
  24.         - Some Alt-key shortcuts have changed to give a more intuitive
  25.           and easy to use command structure.  Alt-Z is now used to call
  26.           the help menu.  This changed as Alt-M seemed awkward and the
  27.           Z key is close to the Alt key on most keyboards, making it an
  28.           easy combination.  The Capture function is now invoked with
  29.           the Alt-C combination as the "Buffer" concept was easily
  30.           confused with "scroll back" that other programs offer.  The
  31.           Macro editor is now called with Alt-M since macros is a better
  32.           known concept that "keys".  Control-HOME is now used to clear
  33.           the terminal display since the Alt-C is used by Capture.  The
  34.           Send Break Signal function is now invoked with Control-END.
  35.         - Capture function now asks for a filename when openning the
  36.           capture file.  It uses LYNC.CAP as a default so pressing enter
  37.           works the same as earlier versions, but you can now enter any
  38.           valid path\filename to capture to.
  39.         - NEW Host mode added, supporting: Operator Paging for Chat mode,
  40.           Leave message to operator, List Files available for download,
  41.           Upload & Download using any protocol supported by Lync, and
  42.           optional password protection for unattended operations.
  43.         - Options menu changed to hold all configurable options in one
  44.           window.  The Colour options are now at the right side of the
  45.           window.  The left and right arrow keys switch between the two
  46.           menus.  Because of some new options, the CFG file format has
  47.           changed.  The utility NEWCFG.COM should be copied into your
  48.           Lync directory and run.  It will copy your current CFG data
  49.           into the new format and add default information for the new
  50.           options.  NOTE: This will also work with old Simterm 2.0 CFG
  51.           files if you first rename your SIMTERM.CFG file to LYNC.CFG.
  52.         - Dialing directory interface changed.  PGUP, PGDN, HOME, & END
  53.           keys now move through entries instead of using TAB to change
  54.           pages.  The arrow keys will now scroll the directory list when
  55.           you try to move past the bottom or top, rather than wrap around.
  56.         - New commands in Dialing directory: DELETE key will delete the
  57.           selected entry (adding blank to end), INSERT key will insert
  58.           a blank entry at selected position (last entry in directory is
  59.           lost off the end), C key will clear tag markers from all entries.
  60.           Entry editor now allows abort of changes.  You now must press
  61.           the S key to save your changes from the editing window.  Pressing
  62.           ESC will abort your changes and leave the entry un-edited.
  63.  
  64. Lync 1.0 Compiled: December 22, 1990
  65.         - Most notably, the name has changed.  See the file NEWNAME.DOC
  66.           for the reasoning behind the change.
  67.         - Some code in the UART initialize routines has been changed as
  68.           Lync would not properly initialize the serial port on some systems.
  69.         - maximum baud rate support increased to 38400 baud
  70.         - Zmodem "RESUMED" indicator was not cleared for files following the
  71.           resumed file.  This did no harm but could lead to some confusion.
  72.           It has now been corrected.
  73.         - New "dialing" window.  When issuing a dial command in the dialing
  74.           directory, a small window appears displaying the entry being
  75.           dialed, status, and number of attempts.  The space at the bottom
  76.           of the directory is now filled with a more detailed description
  77.           of each command available in the directory.
  78.         - Keyboard macros now supported.  The function keys F1 through F10
  79.           and shifted function keys SF1 through SF10 can now be defined to
  80.           send any string of up to 70 characters each.  The macro editor
  81.           is accessed with Alt-K.
  82.         - The Help Menu is now called with Alt-M (for Menu) rather than F1
  83.           since F1 is now used as a macro.
  84.         - The arrow keys, HOME, END and DELETE keys are now defined to send
  85.           ANSI codes for cursor positioning compatible with the popular
  86.           PCBoard BBS's full screen editor.  They should work with many other
  87.           BBS's full screen editors as well.
  88.         - Default colour scheme changed.  A blue background makes the menus
  89.           easier to read than the magenta background used previously.
  90.  
  91. Simterm 2.0c Compiled: October 8, 1990
  92.         - Added Send BREAK Signal function, requested by user.  Needed for
  93.           loggon to some specialized systems.
  94.         - Cosmetic change to file transfer window.  Aprox. cps and Elapsed
  95.           time indicators were not spaced from seperation line.
  96.         - Modified code in low level async routines to make them more
  97.           "well behaved".
  98.  
  99. Simterm 2.0b Compiled: September 22, 1990
  100.         - Fixed buffer pointer problem in Zmodem routines which caused
  101.           downloaded files to be prefixed with last few packets from
  102.           previous file when doing Zmodem multiple file downloads.
  103.         - Modified some code in the Dialing Directory as Simterm would, on
  104.           occasion, not dial correctly, usually requiring the user to exit
  105.           the dialing directory and send the init string to get the modem to
  106.           respond to dial commands again.
  107.  
  108. Simterm 2.0a Compiled: September 3, 1990
  109.         - Fixed file pointer problem in Ascii upload which locked Simterm
  110.           at the end of the file.
  111.         - Fixed problem with Echo and Linefeeds status line indicators not
  112.           being updated after Dial or Options menu made changes.
  113.  
  114. Simterm 2.0 Compiled: August 23, 1990
  115.         - Extensive rewrite, all low level routines redone in assembly for
  116.           efficiency.
  117.         - All serial IO interrupt routines redone for greater efficiency.
  118.         - Video routines are now all direct screen access with snow checking
  119.           option in the configuration menu for CGA users.
  120.         - ANSI support integrated into video routines.  No need for ANSI.SYS
  121.         - Ascii, Ymodem, and Zmodem transfer protocols added.  Xmodem and
  122.           1k-Xmodem routines redone for greater efficiency.  All file access
  123.           during transfers is buffered to reduce time lost to disk writes.
  124.         - File transfer window expanded.  Now displays elapsed time and
  125.           aproximate characters per second during transfer.
  126.         - Zmodem resume transfer and auto start Zmodem downloads supported
  127.         - Wildcards supported when entering filename to